Add recall as managed knowledge-base MCP#9
Merged
Conversation
Renames all basic-memory references to recall throughout the installer, updater, profiles, SKILL.md, and AGENTS.md. Removes _run_recall_init() entirely — recall self-bootstraps its KB on first MCP tool call, so ai-rules has zero KB lifecycle knowledge. Deletes the hook scripts that basic-memory required; recall handles git sync internally via daemon thread.
da05d32 to
6f71bfe
Compare
Claude Code drops undocumented settings keys during merges, which made the generated template drift from the settings it actually preserves. Keep the template limited to documented/supported keys and preserve hooks explicitly for user-managed entries.
Recall install source resolution depended on the active profile even when install was operating on an explicitly requested profile. Use the loaded profile config for tool source lookup so dry-runs and profile installs resolve recall consistently. Make recall guidance conditional so default users do not inherit personal recall assumptions.
6f71bfe to
7143c2e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
recallas a managed MCP-backed knowledge base for personal/work profilesrecallautomatically when the selected profile configures the MCP, including local dev source supportrecall;ai-agent-rulesonly wires the MCP and managed tool installation/kbskill and conditional recall guidance for recall-aware knowledge base operations